From: Richard M. Stallman Date: Wed, 17 Mar 1993 09:22:15 +0000 (+0000) Subject: (_getpty): Declare this, not _get_pty. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96837 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=856c3dcba871df8f1b01ea9f1c9f63fbc5d79e30;p=emacs.git (_getpty): Declare this, not _get_pty. --- diff --git a/src/s/irix4-0.h b/src/s/irix4-0.h index 3a28bbf59c8..7f8cb356ee6 100644 --- a/src/s/irix4-0.h +++ b/src/s/irix4-0.h @@ -25,7 +25,7 @@ /* No need to get the pty name at all. */ #define PTY_NAME_SPRINTF #ifdef emacs -char *_get_pty(); +char *_getpty(); #endif /* We need only try once to open a pty. */ #define PTY_ITERATION